WOMailDelivery
|
|
Method
|
Description
|
sharedInstance
|
Returns the shared WOMailDelivery object to which you should send the composeEmailFrom... and sendEmail: messages.
|
composeEmailFrom:to:cc:subject:plainText:send:
|
Composes an email message with a textual body and optionally sends it. The content type is set to Content-type: TEXT/PLAIN; CHARSET=US-ASCII.
|
composeEmailFrom:to:cc:subject:component:send:
|
Composes an email message (and optionally sends it) where the body is the HTML that results when generateResponse is sent to the specified component. Note that the HTML generated is different from what would be generated in a request-response loop: all URLs in the page are complete (from http://) so that the mail reader can follow the links on the mailed page.
|
sendEmail:
|
Sends an email message created with one of the WOMailDelivery composeEmailFrom... methods.
|